home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wayzata's Best of Shareware PC/Windows 1
/
Wayzata's Best of Shareware for PC-Windows - Release 1 - Wayzata Technology (1993).iso
/
pc
/
windows
/
telecomm
/
dlr226a
/
dial.txt
< prev
next >
Wrap
Text File
|
1991-05-04
|
499b
|
53 lines
Macro to dial a phone number
Select a phone number in your
spreadsheet & press CTRL D to dial.
=DIAL()
=RETURN()
Call the METZ Software Sales Number
1-206-641-4525
DIAL
=WORKSPACE(,,,,,,,FALSE)
Establish connection with METZ Dialer
=INITIATE("DIALER","DIAL")
Send Dialer the contents of the active cell
which should be a phone number
=EXECUTE($A$13,ACTIVE.CELL())
Terminate connection
=TERMINATE($A$13)
=HALT()